* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

html {
  font-size: 100px;
}

body {
  font: 16px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

*:before, *:after {
  box-sizing: content-box;
}

:focus {
  outline: 1;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li, ul {
  list-style-type: none;
}

img {
  border: none;
}

input, textarea {
  outline: 0;
  border: 0;
  resize: none;
}

h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em {
  font-weight: normal;
  font-style: normal;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.header {
  width: 100%;
  height: 0.9rem;
  background: #fff;
}

.header .headerContainer {
  width: 83%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  height: 0.9rem;
}

.header .headerContainer .logo {
  flex: 0 0 13.2%;
  justify-content: center;
  float: left;
  width: 13.2%;
}

.header .headerContainer .logo a {
  display: block;
  height: 100%;
}

.header .headerContainer .logo a img {
  display: block;
  width: 100%;
}

.header .headerContainer .headerR {
  flex: 0 0 68%;
  justify-content: center;
  float: left;
  width: 68%;
}

.header .headerContainer .headerR .headerRBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.header .headerContainer .headerR .headerRBox .nav {
  flex: 1;
}

.header .headerContainer .headerR .headerRBox .nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header .headerContainer .headerR .headerRBox .nav ul li {
  position: relative;
}

.header .headerContainer .headerR .headerRBox .nav ul li a.navOne {
  display: block;
  font-size: 0.16rem;
}

.header .headerContainer .headerR .headerRBox .nav ul li a.navOne:hover {
  color: #e0402a;
}

.header .headerContainer .headerR .headerRBox .nav ul li .navTwo {
  position: absolute;
  top: 0.4rem;
  width: 1.5rem;
  background: #fff;
  display: none;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 699999;
}

.header .headerContainer .headerR .headerRBox .nav ul li .navTwo p {
  line-height: 0.4rem;
  font-size: 0.14rem;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}

.header .headerContainer .headerR .headerRBox .nav ul li .navTwo p a {
  padding: 0 0.1rem;
  display: block;
  font-size: 0.14rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header .headerContainer .headerR .headerRBox .nav ul li .navTwo p a:hover {
  background: #e0402a;
  color: #fff;
}

.header .headerContainer .headerR .headerRBox .nav ul li.active a.navOne {
  color: #e0402a;
}

.header .headerContainer .headerR .headerRBox .download {
  padding: 0 2.5%;
  border-left: 1px solid #cccccc;
  margin-left: 4.5%;
  box-sizing: content-box;
  flex: 0 0 0.22rem;
  border-right: 1px solid #cccccc;
  margin-right: 2%;
}

.header .headerContainer .headerR .headerRBox .download a {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
}

.header .headerContainer .headerR .headerRBox .download a img {
  width: 0.22rem;
  height: 0.22rem;
  vertical-align: -webkit-baseline-middle;
  display: block;
}

.header .headerContainer .headerR .headerRBox .headerTel {
  font-size: 0.2rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #e0402a;
  font-weight: bold;
  flex: 0 0 15%;
}

.fixedNav{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999;
}

.dl-container {
  max-width: 1360px;
  margin: 0 auto;
}

.footer {
  width: 100%;
  background: #f5fafe url(../images/footerBg.png) no-repeat center bottom;
  padding-top: 0.4rem;
}

.footer .footerTop {
  width: 100%;
  padding-bottom: 0.34rem;
  border-bottom: 1px solid #dedede;
}

.footer .footerTop ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .footerTop ul li .footerTopBox {
  justify-content: left;
}

.footer .footerTop ul li .footerTopBox img {
  width: 0.27rem;
  height: 0.27rem;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.12rem;
  float: left;
  margin-top: 0.05rem;
}

.footer .footerTop ul li .footerTopBox i {
  font-size: 0.16rem;
  color: #666;
  margin-right: 0.13rem;
  float: left;
}

.footer .footerTop ul li .footerTopBox b {
  font-size: 0.4rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  float: left;
  vertical-align: middle;
  margin-top: -0.2rem;
}

.footer .footerTop ul li .footerTopBox span {
  font-size: 0.2rem;
  font-weight: bold;
  float: left;
  margin-top: -0.05rem;
}

.footer .footerTop ul li .footerTopBox em {
  font-size: 0.14rem;
  color: #666;
  margin-right: 0.13rem;
  float: left;
}

.footer .footerTop ul li .footerTopBox::after {
  content: "";
  width: 0;
  height: 0;
  vertical-align: middle;
  clear: both;
}

.footer .footerBottom {
  padding-top: 0.47rem;
  overflow: hidden;
}

.footer .footerBottom .footerBootomQrcodeList {
  flex: 0 0 40%;
  justify-content: center;
  float: left;
  width: 40%;
}

.footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListTop ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  height: 1.36rem;
}

.footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListTop ul li {
  flex: 0 0 50%;
  justify-content: center;
  float: left;
  width: 50%;
}

.footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListTop ul li .footerBootomQrcodeListTopBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}

.footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListTop ul li .footerBootomQrcodeListTopBox img {
  height: 1.36rem;
  flex: 0 0 1.36rem;
  justify-content: center;
  float: left;
  width: 1.36rem;
  box-sizing: border-box;
  padding: 0.1rem;
  background: #fff;
}

.footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListTop ul li .footerBootomQrcodeListTopBox span {
  flex: 0 0 1em;
  justify-content: center;
  float: left;
  width: 1em;
  font-size: 0.14rem;
  text-transform: uppercase;
  line-height: 1;
  padding-left: 0.1rem;
  text-align: center;
  color: #999;
}

.footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListBottom {
  font-size: 0.14rem;
  color: #999;
  margin-top: 0.34rem;
}

.footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListBottom p {
  line-height: 0.4rem;
  color: #999;
}

.footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListBottom p a {
  color: #999;
  display: inline-block;
}

.footer .footerBottom .footerBottomTel {
  flex: 0 0 58%;
  justify-content: center;
  float: left;
  width: 58%;
  float: right;
}

.footer .footerBottom .footerBottomTel ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  align-items: center;
  padding-bottom: 0.8rem;
}

.footer .footerBottom .footerBottomTel ul::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #e3e3e3;
}

.footer .footerBottom .footerBottomTel ul li {
  flex: 0 0 46%;
  justify-content: center;
  float: left;
  width: 46%;
  margin-top: 0.4rem;
}

.footer .footerBottom .footerBottomTel ul li:nth-child(1), .footer .footerBottom .footerBottomTel ul li:nth-child(2) {
  margin-top: 0;
}

.footer .footerBottom .footerBottomTel ul li .footerBottomTelBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.footer .footerBottom .footerBottomTel ul li .footerBottomTelBox .footerBottomTelL {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #666;
}

.footer .footerBottom .footerBottomTel ul li .footerBottomTelBox .footerBottomTelL a {
  color: #666;
}

.footer .footerBottom .footerBottomTel ul li .footerBottomTelBox .footerBottomTelR {
  flex: 0 0 0.34rem;
  justify-content: center;
  float: left;
  width: 0.34rem;
  position: relative;
  cursor: pointer;
}

.footer .footerBottom .footerBottomTel ul li .footerBottomTelBox .footerBottomTelR .footerBottomTelRQrcode {
  width: 1.2rem;
  height: 1.2rem;
  box-sizing: border-box;
  right: 0.34rem;
  position: absolute;
  top: 0;
  display: none;
  padding: 0.1rem;
  background: #fff;
  z-index: 9999;
}

.footer .footerBottom .footerBottomTel ul li .footerBottomTelBox .footerBottomTelR .footerBottomTelRQrcode img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1660px) {
  .header .headerContainer .headerR .headerRBox .headerTel{
    flex: 0 0 16%;
  }

  .header .headerContainer{
    width: 90%;
  }
}


@media (max-width: 980px) {
  .header .headerContainer .headerR .headerRBox .headerTel {
    display: none;
  }
  .header .headerContainer .headerR .headerRBox .download {
    display: none;
  }
  .header .headerContainer .headerR .headerRBox .nav {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    background: #f2f2f2;
    height: 100vh;
    z-index: 99999999999999999999999999;
  }
  .header .headerContainer .headerR .headerRBox .nav .logoImg {
    width: 50%;
    margin: 0 auto;
    padding-top: 0.5rem;
    display: block;
  }
  .header .headerContainer .headerR .headerRBox .nav ul {
    width: 100%;
    margin-top: 0.4rem;
  }
  .header .headerContainer .headerR .headerRBox .nav ul li {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .header .headerContainer .headerR .headerRBox .nav ul li a.navOne {
    display: block;
    text-align: center;
    height: 0.6rem;
    font-size: 0.18rem;
    line-height: 0.6rem;
    border-bottom: 1px solid #e9e9e9;
  }
  /* .header .headerContainer .headerR .headerRBox .nav ul li:last-child a.navOne {
    border-bottom: 0;
  } */
  .header .headerContainer .headerR .headerRBox .nav {
    display: none;
  }
  .close {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/close.png) no-repeat center;
    background-size: 0.3rem;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
  }
  .header .headerContainer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.15rem;
  }
  .header .headerContainer .logo {
    flex: 0 0 45%;
    justify-content: center;
    float: left;
    width: 45%;
  }
  .header .headerContainer .headerR {
    flex: 1;
  }
  .header .headerContainer .headerR .logoMenu {
    background: url(../images/headerMenuBth.png) no-repeat center;
    background-size: 0.3rem 0.22rem;
    width: 0.3rem;
    height: 0.22rem;
    float: right;
  }
  .footer .footerTop {
    padding: 0 0;
    box-sizing: border-box;
    padding-bottom: 0.3rem;
  }
  .footer .footerTop ul li .footerTopBox b {
    font-size: 0.22rem;
    margin-top: 0;
    margin-bottom: 0.1rem;
    float: left;
    margin-top: -0.1rem;
  }
  .footer .footerTop ul li .footerTopBox i {
    margin-right: 0.1rem;
  }
  .footer .footerTop ul li .footerTopBox em {
    float: left;
    width: 66%;
  }
  .footer .footerBottom {
    padding: 0 0rem;
    box-sizing: border-box;
  }
  .footer .footerBottom .footerBottomTel {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .footer .footerBottom .footerBottomTel ul {
    width: 98%;
    margin: 0 auto;
  }
  .footer .footerBottom .footerBottomTel ul li .footerBottomTelBox .footerBottomTelR {
    display: none;
  }
  .footer .footerBottom .footerBottomTel ul li {
    margin-top: 0.2rem;
  }
  .footer .footerBottom .footerBootomQrcodeList {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin: 0 auto;
  }
  .footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListTop ul {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    padding: 0 0%;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListBottom {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 0.1rem;
    padding: 0 1%;
  }
  .footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListTop ul li .footerBootomQrcodeListTopBox {
    justify-content: center;
    padding: 0 0.1rem;
    box-sizing: border-box;
  }
  .footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListTop ul li .footerBootomQrcodeListTopBox img {
    flex: 0 0 1rem;
    justify-content: center;
    float: left;
    width: 1rem;
    height: 1rem;
  }
  .footer {
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
  }
  .footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListBottom {
    line-height: 0.26rem;
    box-sizing: border-box;
  }
  .footer .footerBottom .footerBootomQrcodeList .footerBootomQrcodeListBottom p {
    line-height: 0.3rem;
  }
  .footer .footerBottom .footerBottomTel ul li:nth-child(1), .footer .footerBottom .footerBottomTel ul li:nth-child(2) {
    margin-top: 0.2rem;
  }
  .footer .footerBottom .footerBottomTel ul li {
    flex: 0 0 47%;
    justify-content: center;
    float: left;
    width: 47%;
    margin-top: 0.1rem;
  }
  .footer .footerBottom .footerBottomTel ul {
    padding-bottom: 0.2rem;
  }
  .footer .footerBottom .footerBottomTel {
    border-bottom: 1px solid #e3e3e3;
  }
  .header .headerContainer .headerR .headerRBox .nav ul li .navTwo {
    width: 100%;
    position: relative;
    width: 100%;
    top: 0;
    background: transparent;
    left: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .header .headerContainer .headerR .headerRBox .nav ul li .navTwo p a {
    border-bottom: 1px dashed #e1e1e1;
  }
  .header .headerContainer .headerR .headerRBox .nav ul li a.navOne:hover {
    color: #333;
  }
  .dl-container {
    width: 100%;
    padding: 0 0.15rem;
    box-sizing: border-box;
  }
}

.black .disabled {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 5px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.black span {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 5px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.black a {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 5px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.black span:hover {
  background: #e0402a;
  border: 1px solid #e0402a;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}


.black  a:hover {
  background: #e0402a;
  border: 1px solid #e0402a;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

.black .current {
  background: #e0402a;
  border: 1px solid #e0402a;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

.black .disabled:hover {
  background: #e0402a;
  border: 1px solid #e0402a;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 5px;
  display: inline-block;
  color: #fff;
}

.black{
  padding: 0.5rem 0 0.2rem;
  width: 100%;
  text-align: center;
}

.case_bannerBoxCenter{
  width: 100% !important;
}